services.httpd.virtualHosts.<name>.documentRoot

The path of Apache's document root directory. If left undefined, an empty directory in the Nix store will be used as root.

Type
null or absolute path
Default
null
Example
"/data/webserver/docs"
Declared
<nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>